@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;600;700&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

a, button, input, label, select {
  border: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: transparent;
  outline: none;
  color: inherit;
  box-shadow: none; }

input, label, select {
  line-height: 1;
  vertical-align: middle; }

a, button, label, select {
  cursor: pointer; }

a:active, a:focus, a:hover, a:visited {
  color: inherit; }

input::-webkit-input-placeholder {
  line-height: 1;
  vertical-align: middle; }

input::-moz-placeholder {
  line-height: 1;
  vertical-align: middle; }

input:-ms-input-placeholder, input::-ms-input-placeholder {
  line-height: 1;
  vertical-align: middle; }

input::placeholder {
  line-height: 1;
  vertical-align: middle; }

button {
  user-select: none; }

img, svg, video {
  width: 100%;
  max-width: 100%;
  display: block;
  flex: 0 0 auto; }

video {
  cursor: pointer;
  outline: none; }

.nowrap {
  white-space: pre; }

.box {
  width: 100%;
  padding: 0 20px;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  max-width: 1140px; }
  @media screen and (min-width: 768px) {
    .box {
      padding: 0 50px; } }

section {
  padding: 50px 0; }
  @media screen and (min-width: 768px) {
    section {
      padding: 70px 0; } }

html {
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  text-align: left;
  font-family: Lato, sans-serif; }
  @media screen and (min-width: 998px) {
    html {
      font-size: 1.1rem; } }

header {
  width: 100%;
  padding: .8rem 0;
  background: #F1F3F4; }
  @media screen and (min-width: 768px) {
    header .box {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  header img {
    width: 10rem; }
  header .menu {
    display: none; }
    @media screen and (min-width: 768px) {
      header .menu {
        display: flex;
        align-items: center;
        gap: 1rem; } }

.menu_mobile {
  padding: .8rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 768px) {
    .menu_mobile {
      display: none; } }
  .menu_mobile .menu {
    display: flex;
    align-items: center;
    gap: 1rem;
    overflow-y: scroll; }
    .menu_mobile .menu a {
      white-space: nowrap; }

#main {
  padding: 3rem 0; }
  #main .header {
    font-size: 1.6rem;
    font-weight: 600; }
  #main .list {
    margin-top: 1rem; }
    #main .list .element {
      display: block;
      padding: 1.5rem 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      #main .list .element .name {
        color: #3742fa;
        font-size: 1.2rem;
        font-weight: 600; }
      #main .list .element .description {
        margin-top: .4rem; }
      #main .list .element .rating {
        margin-top: .5rem;
        display: flex;
        align-items: center; }
        #main .list .element .rating p {
          opacity: .8;
          margin-right: 1rem; }
        #main .list .element .rating img {
          width: 7rem; }
      #main .list .element .call {
        margin-top: .8rem;
        color: #3742fa;
        font-size: 1.2rem;
        font-weight: 600; }

footer {
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: #1f1f1f;
  padding: 2rem 0; }
  footer img {
    width: 15rem; }
  footer p {
    color: #fff;
    text-align: left;
    margin-top: 1em;
    margin-right: 1rem;
    line-height: 1.8; }
    @media screen and (min-width: 768px) {
      footer p {
        font-size: 15px; } }
  footer a {
    text-decoration: underline; }

/*# sourceMappingURL=styles.css.map */